home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 2614.ZIP / CREDCHK.ZIP / README.1ST < prev    next >
Text File  |  1989-11-09  |  2KB  |  53 lines

  1. CREDCHK is a simple, handy utility for anyone who collects money via credit
  2. cards, particularly when credit card numbers are obtained by telephone or
  3. computer bulletin board system.  It is Copyright 1989 by David L. Kidder and
  4. all rights are reserved.  However, it is released into the public domain upon
  5. the express condition that it is not altered in any way and that no charge is
  6. made for its distribution other than nominal copying charge (under $8) or
  7. normal BBS membership fees.
  8.  
  9. To use the program, merely enter CREDCHK at the DOS prompt and press carriage
  10. return.  The rest should be self-explanatory.
  11.  
  12. Upon entering a credit card number, CREDCHK first verifies the proper number
  13. of digits (11-16) and a valid first digit (3, 4, 5 or 6).  It then performs
  14. the standard "MODULUS-10" check digit procedure.  "OK!" is displayed if the
  15. number passes all tests.  Otherwise, "INVALID NUMBER!" is displayed.
  16.  
  17. The program works for the following types of cards:
  18.      American Express (first digit = 3)
  19.      Visa (first digit = 4)
  20.      MasterCard (first digit = 5)
  21.      Discover (first digit = 6)
  22. It will reject other types of cards - Department Store cards, Gasoline Credit
  23. Cards, etc. - even if the other parameters, including first digit, are correct
  24. and the account is valid.
  25.  
  26. The primary purpose of the CREDCHK program is to catch card number entry
  27. errors.  This is particularly important in situations such as BBS systems and
  28. telephone ordering where the cardholders themselves may make mistakes.  It is
  29. unlikely this program will catch fraudulent purchases by "professionals".
  30.  
  31. -----------------------------------------------------------------------------
  32.  
  33. IMPORTANT!  
  34.  
  35.      CREDCHK can only check credit card numbers for validity of format.  It is
  36. not designed to be a substitute for your Merchant's Warning Bulletin!  It
  37. cannot check to see if a card has been lost, stolen, cancelled or if the
  38. cardholder is over his limit.  Use CREDCHK solely as a convenient first check
  39. and do not abandon your other verification procedures!
  40.  
  41. -----------------------------------------------------------------------------
  42.  
  43. If you find this program useful - or if you find a bug - please let me know.
  44.  
  45.           David Kidder
  46.           Take 3 Inc.
  47.           4839 E. Greenway
  48.           Suite 335
  49.           Scottsdale, AZ 85254
  50.  
  51.           Voice: 602-420-1801
  52.           Data:  602-482-1001
  53.